Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Route( _ ByVal waypoints As IEnumerable(Of Waypoint), _ ByVal onComplete As EventHandler(Of CalculateRouteCompletedEventArgs) _ ) |
C# | |
---|---|
public void Route( IEnumerable<Waypoint> waypoints, EventHandler<CalculateRouteCompletedEventArgs> onComplete ) |
Parameters
- waypoints
- The waypoints.
- onComplete
- The handler to call on completion.
Target Platforms:Windows Phone 7